#include <kfbxcontrolset.h>
Definition at line 174 of file kfbxcontrolset.h.
Public Member Functions |
|
| KFbxEffector () | |
| Default constructor with unintialized
character node. |
|
| KFbxEffector & | operator= (KFbxEffector &pEffector) |
| Assignment operator. |
|
| void | Reset () |
| Reset to default values. |
|
Public Attributes |
|
| KFbxNode * | mNode |
| The character's node in a hierarchy linked
to this effector. |
|
| bool | mShow |
true if the effector is
visible, false if hidden |
|
| KFbxEffector | ( | ) |
Default constructor with unintialized character node.
| KFbxEffector& operator= | ( | KFbxEffector & | pEffector | ) |
Assignment operator.
| pEffector | Another KFbxEffector assigned to this one. |
| void Reset | ( | ) |
Reset to default values.
The character's node in a hierarchy linked to this effector.
Definition at line 193 of file kfbxcontrolset.h.
| bool mShow |
true if the effector is visible, false
if hidden
Definition at line 196 of file kfbxcontrolset.h.